Left(string, count) Returns the count of characters from the beginning of a string argument. See also Right, Mid, and Len.
Returns the count of characters from the beginning of a string argument.
See also Right, Mid, and Len.
String from which the leftmost characters are retrieved.
Positive integer indicating how many characters to return.